-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3rd party modules updater for updatenotification #3150
3rd party modules updater for updatenotification #3150
Conversation
update deps incl. electron to v25, fix stylelint segmentation dump (#…
humm... I don't want to push new package-lock now but it's needed |
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## develop #3150 +/- ##
===========================================
+ Coverage 25.19% 25.68% +0.48%
===========================================
Files 54 55 +1
Lines 11933 12202 +269
===========================================
+ Hits 3007 3134 +127
- Misses 8926 9068 +142
|
I think that |
are you talking of restarting? Because updater in general has no problem with docker ... Simple method is to check if the file |
maybe it's better to use 'pm2 prettylist' with |
ah... how solve this I have added some new translations part in what's missing ? |
Ok i found: |
yes, there was a reason to switch but I forgot it ...
can review this before merge ... |
It's not totaly Done:
|
@rejas: It's ok for me for review Can you restart again test suite because ... as usual "ReferenceError: moment is not defined" error is again there ... |
Ah the misery, ... I hate resolving a conflict in the I'll leave it like this for now, we'll fix it when we push it You have to test anyway |
will we put it in place for v2.26.x? |
Next version is 2.25, so lets move it to v2.26, ok? |
Hi, this seems ready for review |
concerning running as docker container: Restarting should work with this code (if container is set to restart automatically), will test this after this is merged on |
This test suite is very random :/
ping: @rejas what do we do with this PR? |
ping @rejas
ping: connect: Network is unreachable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets see how it behaves in develop :-)
could you bring it up to the latest develop so we see the tests become green? thx for your patience! |
@bugsounet I was looking for the new restart config option for updatenotification but couldn't find this in the documentation repo (maybe I'm blind). So can you please provide a Documentation-PR for the new features you implemented here? Thanks! |
It's planned ;) |
Finally... I'm not sure that I will have time to write it before release :/ |
#3142
Added my (modified) updater main core into updatenotification default module
Missing: callback display in MM² (i will code it after)
new part of configuration added:
@khassel: i need your help
I don't use docker, maybe you can help me for this:
How can i check if MM² is running inside a docker ? (from MM² main core)
Actually, I check if we use pm2 or not.
I have to check if docker is used or not too
last time you tell me: "you can't use updater with docker", so I want to check and deny any update if docker used